home *** CD-ROM | disk | FTP | other *** search
/ Advanced Placement Companion: Precalculus / Advanced Placement Companion: Precalculus.iso / pc / M_DIR / 12-03101.DIR / 00001.ls next >
Encoding:
Text File  |  1998-04-15  |  265 b   |  14 lines

  1. on exitFrame
  2.   if rollOver(8) = 1 then
  3.     set the visible of sprite 5 to 1
  4.   else
  5.     set the visible of sprite 5 to 0
  6.   end if
  7.   if rollOver(9) = 1 then
  8.     set the visible of sprite 6 to 1
  9.   else
  10.     set the visible of sprite 6 to 0
  11.   end if
  12.   go(the frame)
  13. end
  14.